From: Adrian Robert Date: Fri, 6 Mar 2009 15:34:51 +0000 (+0000) Subject: (ns_appkit_version_int): Fix typo in the version macro. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1383 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=004f05cf8a0e3916b964817e0f361183e26a279c;p=emacs.git (ns_appkit_version_int): Fix typo in the version macro. --- diff --git a/src/nsfns.m b/src/nsfns.m index 963445b624c..852d484f77c 100644 --- a/src/nsfns.m +++ b/src/nsfns.m @@ -974,7 +974,7 @@ static int ns_appkit_version_int () { #ifdef NS_IMPL_GNUSTEP - return GNUSTEP_GUI_MAJOR_VERSION * 100 + GNUSTEP_GNU_MINOR_VERSION; + return GNUSTEP_GUI_MAJOR_VERSION * 100 + GNUSTEP_GUI_MINOR_VERSION; #elif defined(NS_IMPL_COCOA) return (int)NSAppKitVersionNumber; #endif